IdeaBlade DevForce 2010 Help Reference
FindMethod(Type,String,Type[]) Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > TypeFns Class > FindMethod Method : FindMethod(Type,String,Type[]) Method



type
methodName
parameterTypes
Finds a specific public method.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function FindMethod( _
   ByVal type As Type, _
   ByVal methodName As String, _
   ByVal parameterTypes() As Type _
) As MethodInfo
Visual Basic (Usage)Copy Code
Dim type As Type
Dim methodName As String
Dim parameterTypes() As Type
Dim value As MethodInfo
 
value = TypeFns.FindMethod(type, methodName, parameterTypes)
C# 
public static MethodInfo FindMethod( 
   Type type,
   string methodName,
   Type[] parameterTypes
)
C++/CLI 
public:
static MethodInfo^ FindMethod( 
   Type^ type,
   String^ methodName,
   array<Type^>^ parameterTypes
) 

Parameters

type
methodName
parameterTypes

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.